home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / sharware / debmono / mono1.dfm / mono1.txt
Encoding:
Text File  |  1995-10-02  |  1.1 KB  |  65 lines

  1. object Form1: TForm1
  2.   Left = 276
  3.   Top = 130
  4.   Width = 290
  5.   Height = 191
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Button1: TButton
  14.     Left = 20
  15.     Top = 56
  16.     Width = 101
  17.     Height = 29
  18.     Caption = 'Test'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object Button2: TButton
  23.     Left = 152
  24.     Top = 56
  25.     Width = 93
  26.     Height = 29
  27.     Caption = 'Exit'
  28.     TabOrder = 1
  29.     OnClick = Button2Click
  30.   end
  31.   object Button3: TButton
  32.     Left = 24
  33.     Top = 108
  34.     Width = 97
  35.     Height = 25
  36.     Caption = 'Display On'
  37.     TabOrder = 2
  38.     OnClick = Button3Click
  39.   end
  40.   object Button4: TButton
  41.     Left = 152
  42.     Top = 104
  43.     Width = 93
  44.     Height = 29
  45.     Caption = 'Display Off'
  46.     TabOrder = 3
  47.     OnClick = Button4Click
  48.   end
  49.   object Button5: TButton
  50.     Left = 148
  51.     Top = 16
  52.     Width = 97
  53.     Height = 29
  54.     Caption = 'As Function'
  55.     TabOrder = 4
  56.     OnClick = Button5Click
  57.   end
  58.   object DM: TDebMono
  59.     Text = '---DebMono V1.00 instantiated---'
  60.     NoDisplay = 0
  61.     Left = 20
  62.     Top = 8
  63.   end
  64. end
  65.